home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / gfx / show / gs501_fnts_std.readme < prev    next >
Text File  |  1997-09-05  |  13KB  |  282 lines

  1. Short:    Ghostscript5.01 HQ fonts archive
  2. Author:   GS(Aladdin)/Amiga(Olaf Barthel)/Steffen Opel)/Port(me)
  3. Uploader: JoopvandeWege@mail.mococo.nl
  4. Type:     gfx/show
  5.  
  6. This is the Amiga port of Ghostscript5.01. Ghostscript is a Postscript
  7. interpreter with support for Level 2 PS and PDF. This release includes
  8. most popular printers and fileformats including an updated Amiga display
  9. driver.
  10.  
  11. Features:
  12. Ghostscript supports three Amiga specific devices (but see below for ILBM):
  13.     amiga           Amiga Workbench window
  14.     amiga_custom    Amiga custom screenmodes
  15.     amiga_printer   Amiga printer.device
  16. (amiga_printer seems to have problems, please use one of the internal ones)
  17. (redesign done by Steffen Opel opel@sto.isdn.uni-mannheim.de)
  18.  
  19. The device 'amiga' opens an Intuition window on the Workbench screen to
  20. display the image. Its usage should be pretty obvious.
  21.  
  22. The device 'amiga_custom' opens a Customscreen to display the image. This 
  23. allows any Display Mode available in the screenmode preferences to be used
  24. with Ghostscript too.
  25.  
  26. The device 'amiga_printer' is a convenient alternative for the printer devices
  27. provided by Ghostscript itself. It facilitates standard Amiga printing via the
  28. Workbench printer drivers and respects most settings in the graphics 
  29. preferences as described in the Workbench documentation.
  30.  
  31. All three devices are supporting -g and -r as described in 'use.txt'.
  32.  
  33. Ghostscript currently has only limited support for IFF ILBM files:
  34.     amiga_ilbm    IFF ILBM file format
  35.  
  36. The device 'amiga_ilbm' works like any other Ghostscript raster file or 
  37. printer device (i.e. pbm), see 'Choosing the output device' above on how 
  38. to specify an output file.
  39. It supports dithered grayscale only and is not portable to other platforms 
  40. because it uses iffparse.library. A portable implementation with color 
  41. support is currently under development.
  42.  
  43. This port requires:
  44. - An  Amiga  equipped Kickstart 2.04 or higher.
  45. - Approx. 4.7 MBytes of hard disk space available.
  46. - A  minimum  of 1 MByte of chip memory, depending on what you want to do
  47.   with  the  interpreter.  Printer output requires at least 2 MBytes of
  48.   contiguous memory (any memory, not necessarily chip memory).
  49. - A bunch of Postscript/Ghostscript fonts.
  50.  
  51. Comments/Suggestions/Bugs to:
  52. JoopvandeWege@mail.mococo.nl
  53. Please use a Subject field with the name 'GS501' in it.
  54. Please direct all mail to me except when you're 100% sure it is a GS
  55. problem then you can use the Aladdin email address.
  56.  
  57. Joop van de Wege
  58.  
  59.  
  60. Getting Ghostscript.
  61. Download one of the binary archives which match your CPU. It contains
  62. one binary.You might need a patch which is only needed if:
  63. - you have an 040
  64. - and Kickstart 3.1
  65. - and are *NOT* running one of the 040 binaries.
  66. - and you are *NOT* using the latest 'setpatch'.
  67. (it fixes a couple of bugs in 3.1. The symptoms are GURU 8..0B. If you get
  68. them then you need SetMathPatch, probably. Read the docs of SetMathPatch)
  69.  
  70. How to use Ghostscript.
  71. - Unpack the archive gs501data.lha to a suitable HD with enough room (~3.5M).
  72.   for example 'Work:'.
  73.   A directory 'Ghostscript' will be created and all files needed are found
  74.   within this directory (Work:Ghostscript).
  75. - Unpack one of the special binary archives to the same HD and the executable
  76.   will automatically be placed in the same directory (Work:Ghostscript/gs_000).
  77.   Further do:
  78.   - Assign Ghostscript: Work:Ghostscript
  79.   - path Ghostscript: add
  80.     (Optionally, rename the binary gs_xxx to 'gs')
  81.     Now you can call 'gs' from anywhere with or without arguments. If you add
  82.     the above fragment (Assign ... add) to your s:user-startup then it will
  83.     available everytime you start your computer
  84. - Unpack gs501fonts-std.lha, if you don't have a set of good quality
  85.   postscript fonts. The advantage of using this archive is that you don't
  86.   need to mess with the file 'Fontmap'. The fonts will be placed in 
  87.   'Work:Ghostscript/fonts'.
  88. Or if you already have postscript fonts, do the following:
  89.   - Assign PSFonts: to your postscript font directory (anywhere)
  90.   - create file PSFonts:FONTMAP with at least the following entries:
  91.  
  92. % fontmap aka Fontmap
  93. % ----------------------------------------------------------------
  94. /Times-Roman                    (ptmr.gsf)      ;
  95. /Times-Italic                   (ptmri.gsf)     ;
  96. /Times-Bold                     (ptmb.gsf)      ;
  97. /Times-BoldItalic               (ptmbi.gsf)     ;
  98.  
  99.     It does not matter, which font files are assigned (see below)
  100.  
  101.   - entries within the FONTMAP file at PSFonts: must follow the
  102.     scheme described below:
  103.  
  104.           /Fontname             (Filename)      ;
  105.  
  106.     for example
  107.  
  108.           /Helvetica            (Helvet.pfb)    ;
  109.  
  110.     which means, the corresponding files must actually exist.
  111.     But one also my substitute Fonts symbolically by other fonts,
  112.     like for example:
  113.  
  114.           /Helvetica_Bold       /Helvetica      ;
  115.  
  116.   - the variables in ENV: and ENVARC: must look as follows:
  117.  
  118.       Variable          Content        Remark
  119.  
  120.       GS_FONTPATH                      do not set: delete this one!!
  121.       GS_LIB            PSFonts:
  122.       GS_OPTIONS                       set it, but keep it empty
  123.       GS_DEVICE         amiga          for example (its the default)
  124.  
  125.  
  126. See the 'Ghostscript/docs/use.txt' directory for more information, like
  127. commandline options. Some notes:
  128. - Watch out for case sensitivity when using commandline options, -sOutputFile
  129.   is not equal to -soutputfile !!!!!
  130. - Set your stack high enough, 32000 bytes should do it (stack 32000).
  131.  
  132. Some very useful commandlines with comments in ():
  133. gs -h (outputs small help on most important arguments, and lists all availble
  134.        output devices)
  135. gs (gs opens window on WB and use its palette, use 256color WB if possible,
  136.     there is a problem with NewIcons, it looks like all palette entries are
  137.     reserved by NewIcons so GS will only display in B/W if you use NewIcons)
  138. gs -sDEVICE=png16m (uses the built-in PNG support instead of window on WB)
  139. gs -sOutputFile=ram:output%02d.png -sDEVICE=png256
  140.    (output to files numbered ram:output01.png/ram:output02.png/etc using
  141.     the PNG format (8bit))
  142. gs -r120 (use 120dpi as resolution instead of built-in 72, uses heaps of
  143.           memory at high values)
  144. Arguments useful for PDF files (and ps documents conforming to DSC ?)
  145. gs -dFirstPage=pagenumber (starts on the given page of the document)
  146. gs -dLastPage=pagenumber (Stops after the given page of the document)
  147. See use.doc/Switches for a complete overview of what is available.
  148.  
  149. (taken from 'new-user.txt')
  150. PDF encryption
  151. --------------
  152.  
  153. A user outside the U.S. has created code that allows processing of encrypted
  154. PDF files.  Unfortunately, current U.S. export control laws don't allow
  155. redistribution of this code from a site in the U.S., even though it's freely
  156. available to anyone anywhere in the world from its author's site, so you'll
  157. have to get this code from:
  158.  
  159.         http://www.ozemail.com.au/~geoffk/pdfencrypt/pdf_sec.ps
  160.  
  161. If that doesn't work, try:
  162.  
  163.         http://www.ozemail.com.au/%7Egeoffk/pdfencrypt/pdf_sec.ps
  164.  
  165. The patch consists entirely of PostScript code, so it can be added to a
  166. running version of Ghostscript -- you don't have to recompile anything.  It
  167. is a single file that replaces the file pdf_sec.ps in the standard
  168. Ghostscript fileset (Ghostscript:data/pdf_sec.ps).
  169.  
  170.  
  171. ============================= Archive contents =============================
  172.  
  173. Original  Packed Ratio    Date     Time    Name
  174. -------- ------- ----- --------- --------  -------------
  175.    27617    7369 73.3% 28-Jun-96 18:35:56 +a010013l.afm
  176.    25994   25202  3.0% 28-Jun-96 18:35:56 +a010013l.pfb
  177.     4679    3318 29.0% 28-Jun-96 18:35:56 +a010013l.pfm
  178.    27601    7221 73.8% 28-Jun-96 18:35:56 +a010015l.afm
  179.    26980   26193  2.9% 28-Jun-96 18:35:56 +a010015l.pfb
  180.     4682    3294 29.6% 28-Jun-96 18:35:56 +a010015l.pfm
  181.    27756    7460 73.1% 28-Jun-96 18:35:56 +a010033l.afm
  182.    26882   26085  2.9% 28-Jun-96 18:35:56 +a010033l.pfb
  183.     4683    3315 29.2% 28-Jun-96 18:35:56 +a010033l.pfm
  184.    27796    7411 73.3% 28-Jun-96 18:35:56 +a010035l.afm
  185.    27530   26736  2.8% 28-Jun-96 18:35:56 +a010035l.pfb
  186.     4686    3281 29.9% 28-Jun-96 18:35:56 +a010035l.pfm
  187.    27608    7305 73.5% 28-Jun-96 18:35:56 +b018012l.afm
  188.    35522   34774  2.1% 28-Jun-96 18:35:56 +b018012l.pfb
  189.     4681    3329 28.8% 28-Jun-96 18:35:56 +b018012l.pfm
  190.    27432    7300 73.3% 28-Jun-96 18:35:56 +b018015l.afm
  191.    35453   34708  2.1% 28-Jun-96 18:35:56 +b018015l.pfb
  192.     4685    3334 28.8% 28-Jun-96 18:35:56 +b018015l.pfm
  193.    27920    7459 73.2% 28-Jun-96 18:35:56 +b018032l.afm
  194.    34617   33872  2.1% 28-Jun-96 18:35:56 +b018032l.pfb
  195.     4685    3319 29.1% 28-Jun-96 18:35:56 +b018032l.pfm
  196.    27680    7461 73.0% 28-Jun-96 18:35:56 +b018035l.afm
  197.    35218   34441  2.2% 28-Jun-96 18:35:56 +b018035l.pfb
  198.     4689    3328 29.0% 28-Jun-96 18:35:56 +b018035l.pfm
  199.    27576    7410 73.1% 28-Jun-96 18:35:56 +c059013l.afm
  200.    37561   36813  1.9% 28-Jun-96 18:35:56 +c059013l.pfb
  201.     4665    3309 29.0% 28-Jun-96 18:35:56 +c059013l.pfm
  202.    27510    7370 73.2% 28-Jun-96 18:35:56 +c059016l.afm
  203.    38763   38014  1.9% 28-Jun-96 18:35:56 +c059016l.pfb
  204.     4665    3292 29.4% 28-Jun-96 18:35:56 +c059016l.pfm
  205.    27665    7529 72.7% 28-Jun-96 18:35:56 +c059033l.afm
  206.    38413   37665  1.9% 28-Jun-96 18:35:56 +c059033l.pfb
  207.     4665    3315 28.9% 28-Jun-96 18:35:56 +c059033l.pfm
  208.    27665    7491 72.9% 28-Jun-96 18:35:56 +c059036l.afm
  209.    38742   37992  1.9% 28-Jun-96 18:35:56 +c059036l.pfb
  210.     4669    3306 29.1% 28-Jun-96 18:35:56 +c059036l.pfm
  211.     9294    2531 72.7% 28-Jun-96 18:35:56 +d050000l.afm
  212.    44537   41798  6.1% 28-Jun-96 18:35:56 +d050000l.pfb
  213.      674     446 33.8% 28-Jun-96 18:35:56 +d050000l.pfm
  214.    27644    7440 73.0% 28-Jun-96 18:35:56 +n019003l.afm
  215.    27505   26714  2.8% 28-Jun-96 18:35:56 +n019003l.pfb
  216.     4663    3268 29.9% 28-Jun-96 18:35:56 +n019003l.pfm
  217.    27557    7371 73.2% 28-Jun-96 18:35:56 +n019004l.afm
  218.    26762   25981  2.9% 28-Jun-96 18:35:56 +n019004l.pfb
  219.     4679    3254 30.4% 28-Jun-96 18:35:56 +n019004l.pfm
  220.    28063    7563 73.0% 28-Jun-96 18:35:56 +n019023l.afm
  221.    28397   27606  2.7% 28-Jun-96 18:35:56 +n019023l.pfb
  222.     4683    3321 29.0% 28-Jun-96 18:35:56 +n019023l.pfm
  223.    27850    7486 73.1% 28-Jun-96 18:35:56 +n019024l.afm
  224.    28971   28187  2.7% 28-Jun-96 18:35:56 +n019024l.pfb
  225.     4683    3295 29.6% 28-Jun-96 18:35:56 +n019024l.pfm
  226.    27626    7267 73.6% 28-Jun-96 18:35:56 +n019043l.afm
  227.    27406   26613  2.8% 28-Jun-96 18:35:56 +n019043l.pfb
  228.     4686    3226 31.1% 28-Jun-96 18:35:56 +n019043l.pfm
  229.    27481    7209 73.7% 28-Jun-96 18:35:58 +n019044l.afm
  230.    27960   27175  2.8% 28-Jun-96 18:35:58 +n019044l.pfb
  231.     4686    3211 31.4% 28-Jun-96 18:35:58 +n019044l.pfm
  232.    27859    7409 73.4% 28-Jun-96 18:35:58 +n019063l.afm
  233.    28298   27494  2.8% 28-Jun-96 18:35:58 +n019063l.pfb
  234.     4690    3281 30.0% 28-Jun-96 18:35:58 +n019063l.pfm
  235.    27762    7411 73.3% 28-Jun-96 18:35:58 +n019064l.afm
  236.    29384   28585  2.7% 28-Jun-96 18:35:58 +n019064l.pfb
  237.     4690    3260 30.4% 28-Jun-96 18:35:58 +n019064l.pfm
  238.    27910    7471 73.2% 28-Jun-96 18:35:58 +n021003l.afm
  239.    35161   34413  2.1% 28-Jun-96 18:35:58 +n021003l.pfb
  240.     4685    3289 29.7% 28-Jun-96 18:35:58 +n021003l.pfm
  241.    27848    7497 73.0% 28-Jun-96 18:35:58 +n021004l.afm
  242.    34996   34257  2.1% 28-Jun-96 18:35:58 +n021004l.pfb
  243.     4685    3310 29.3% 28-Jun-96 18:35:58 +n021004l.pfm
  244.    27782    7552 72.8% 28-Jun-96 18:35:58 +n021023l.afm
  245.    37139   36371  2.0% 28-Jun-96 18:35:58 +n021023l.pfb
  246.     4673    3305 29.2% 28-Jun-96 18:35:58 +n021023l.pfm
  247.    27855    7565 72.8% 28-Jun-96 18:35:58 +n021024l.afm
  248.    36325   35572  2.0% 28-Jun-96 18:35:58 +n021024l.pfb
  249.     4673    3262 30.1% 28-Jun-96 18:35:58 +n021024l.pfm
  250.    11261    2992 73.4% 28-Jun-96 18:35:58 +n022003l.afm
  251.    35719   34988  2.0% 28-Jun-96 18:35:58 +n022003l.pfb
  252.      685     201 70.6% 28-Jun-96 18:35:58 +n022003l.pfm
  253.    11265    3055 72.8% 28-Jun-96 18:35:58 +n022004l.afm
  254.    38284   37547  1.9% 28-Jun-96 18:35:58 +n022004l.pfb
  255.      685     203 70.3% 28-Jun-96 18:35:58 +n022004l.pfm
  256.    11356    3202 71.8% 28-Jun-96 18:35:58 +n022023l.afm
  257.    34677   33929  2.1% 28-Jun-96 18:35:58 +n022023l.pfb
  258.      689     206 70.1% 28-Jun-96 18:35:58 +n022023l.pfm
  259.    11309    3216 71.5% 28-Jun-96 18:35:58 +n022024l.afm
  260.    40686   39950  1.8% 28-Jun-96 18:35:58 +n022024l.pfb
  261.      689     208 69.8% 28-Jun-96 18:35:58 +n022024l.pfm
  262.    27995    7528 73.1% 28-Jun-96 18:35:58 +p052003l.afm
  263.    42328   41570  1.7% 28-Jun-96 18:35:58 +p052003l.pfb
  264.     4683    3326 28.9% 28-Jun-96 18:35:58 +p052003l.pfm
  265.    27753    7456 73.1% 28-Jun-96 18:35:58 +p052004l.afm
  266.    41591   40842  1.8% 28-Jun-96 18:35:58 +p052004l.pfb
  267.     4683    3297 29.5% 28-Jun-96 18:35:58 +p052004l.pfm
  268.    27921    7512 73.0% 28-Jun-96 18:35:58 +p052023l.afm
  269.    39917   39162  1.8% 28-Jun-96 18:35:58 +p052023l.pfb
  270.     4683    3269 30.1% 28-Jun-96 18:35:58 +p052023l.pfm
  271.    27454    7488 72.7% 28-Jun-96 18:35:58 +p052024l.afm
  272.    40387   39634  1.8% 28-Jun-96 18:35:58 +p052024l.pfb
  273.     4687    3335 28.8% 28-Jun-96 18:35:58 +p052024l.pfm
  274.     9501    3294 65.3% 28-Jun-96 18:36:00 +s050000l.afm
  275.    32213   29034  9.8% 28-Jun-96 18:36:00 +s050000l.pfb
  276.      682     400 41.3% 28-Jun-96 18:36:00 +s050000l.pfm
  277.    27737    7703 72.2% 28-Jun-96 18:36:00 +z003034l.afm
  278.    38422   37673  1.9% 28-Jun-96 18:36:00 +z003034l.pfb
  279.     4690    3356 28.4% 28-Jun-96 18:36:00 +z003034l.pfm
  280. -------- ------- ----- --------- --------
  281.  2206489 1498863 32.0% 26-Aug-97 15:29:38   105 files
  282.